Click or drag to resize

ServiceFindPeople Method (FolderId, PersonaShape, IndexedPageView, String)

Finds the people.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public FindPeopleResponse FindPeople(
	FolderId parentFolderId,
	PersonaShape shape,
	IndexedPageView view,
	string query
)

Parameters

parentFolderId
Type: Independentsoft.ExchangeFolderId
The parent folder identifier.
shape
Type: Independentsoft.ExchangePersonaShape
The shape.
view
Type: Independentsoft.ExchangeIndexedPageView
The view.
query
Type: SystemString
The query.

Return Value

Type: FindPeopleResponse
FindPeopleResponse.
See Also